From: Gerd Moellmann Date: Tue, 12 Mar 2002 16:34:31 +0000 (+0000) Subject: Add cl-indent loop form indentation. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~58306 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d0efd1c1580038bb51ef1e77b97b41d1a118d8a0;p=emacs.git Add cl-indent loop form indentation. --- diff --git a/etc/NEWS b/etc/NEWS index 734cdbc9135..6b2f815e5cb 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -471,6 +471,13 @@ Meta and Alt: --- ** A French translation of the Emacs Tutorial is available. +--- +** Indentation of simple and extended loop forms han been added to the +cl-indent package. The new user options +`lisp-loop-keyword-indentation', `lisp-loop-forms-indentation', and +`lisp-simple-loop-indentation' can be used to customize the +indentation of keywords and forms in loop forms. + ** New modes and packages +++